Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / Item<T> Class / Inequality Operator
An Item<T>.
An Item<T>.


In This Topic
    Inequality Operator (Item<T>)
    In This Topic
    Returns a value indicating whether two instances of Item<T> are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal left As Item(Of T), _
       ByVal right As Item(Of T) _
    ) As Boolean
    'Usage
     
    
    public bool operator !=( 
       Item<T> left,
       Item<T> right
    )

    Parameters

    left
    An Item<T>.
    right
    An Item<T>.

    Return Value

    true if left and right are not equal; otherwise, false.
    See Also